Skip to content

Comments

Update versioneer requirement from <0.18 to <0.30#399

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/versioneer-lt-0.30
Closed

Update versioneer requirement from <0.18 to <0.30#399
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/versioneer-lt-0.30

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Updates the requirements on versioneer to permit the latest version.

Release notes

Sourced from versioneer's releases.

0.29

Release Notes

This release allows for pyproject.toml-only build systems to allow versioneer to find the project root, despite an absense of a setup.py. Provides some error message support when the pyproject.toml is malformed. Finally we added basic type-hinting to the project, which should help users of type-checking systems ensure correct code when vendoring.

With thanks to Dimitri Papadopoulos Orfanos, Mike Taves, '@​gamecss' and '@​GCS-ZHN' for contributions.

What's Changed

Full Changelog: python-versioneer/python-versioneer@0.28...0.29

Changelog

Sourced from versioneer's changelog.

Release 0.29 (7-Jul-2023)

This release allows for pyproject.toml-only build systems to allow versioneer to find the project root, despite an absense of a setup.py. Provides some error message support when the pyproject.toml is malformed. Finally we added basic type-hinting to the project, which should help users of type-checking systems ensure correct code when vendoring.

With thanks to Dimitri Papadopoulos Orfanos, Mike Taves, '@​gamecss' and '@​GCS-ZHN' for contributions.

Release 0.28 (27-Oct-2022)

This release adds official support for Python 3.11, including using the built-in tomllib instead of the third-party tomli, when available.

With thanks to Michał Górny for contributions.

Release 0.27 (19-Oct-2022)

This release fixes a bug with non-isolated builds of Versioneer and for packages that provide their own sdist command.

With thanks to Dimitri Papadopoulos and Michał Górny for contributions.

Release 0.26 (6-Sep-2022)

This release adds support for configuring versioneer through pyproject.toml and removes itself from the list of explicit build requirements, which caused problems with --no-binary installations.

... (truncated)

Commits
  • 28c613d Merge pull request #373 from Callek/callek/release-0.29
  • 4af0f0a Update self-vendored _version.py to what we ship in 0.29
  • e5f5c61 Update Docs for Release of 0.29
  • d44860e Add @​Callek as maintainer
  • 07c584f Update README and Metadata to include py3.11
  • 6caeee1 Merge pull request #371 from gamecss/master
  • 0dc0592 Detect pyproject.toml as project root
  • 8493ad0 Merge pull request #367 from Callek/typing-versioneer-py
  • 754e634 Type check the root setup.py for versioneer
  • c3495b7 Add type information to 'installer.py'
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [versioneer](https://github.com/python-versioneer/python-versioneer) to permit the latest version.
- [Release notes](https://github.com/python-versioneer/python-versioneer/releases)
- [Changelog](https://github.com/python-versioneer/python-versioneer/blob/master/NEWS.md)
- [Commits](python-versioneer/python-versioneer@0.1...0.29)

---
updated-dependencies:
- dependency-name: versioneer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 10, 2023
@dependabot dependabot bot requested a review from grzanka July 10, 2023 05:54
@reviewpad reviewpad bot added small Pull request is small waiting-for-review docs labels Jul 10, 2023
@reviewpad
Copy link
Contributor

reviewpad bot commented Jul 10, 2023

Reviewpad Report

‼️ Errors

  • Unconventional commit detected: 'Update versioneer requirement from <0.18 to <0.30

Updates the requirements on versioneer to permit the latest version.


updated-dependencies:

  • dependency-name: versioneer
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] support@github.com' (9a20ac6)

  • Unconventional title detected: 'Update versioneer requirement from <0.18 to <0.30' illegal 'U' character in commit message type: col=00

⚠️ Warnings

  • Please link an issue to the pull request

@reviewpad
Copy link
Contributor

reviewpad bot commented Jul 10, 2023

AI-Generated Summary: This pull request updates the version requirement for the versioneer module from <0.18 to <0.30 in the requirements-test.txt file. This change will allow the usage of more recent versions of versioneer. It also includes the relevant documentation links for the new version. The change was made by the bot 'dependabot'.

@grzanka grzanka closed this May 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 30, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/versioneer-lt-0.30 branch May 30, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docs python Pull requests that update Python code small Pull request is small waiting-for-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant